Cybersecurity for Beginners by HOFFMAN HUGO & HOFFMAN HUGO
Author:HOFFMAN, HUGO & HOFFMAN, HUGO
Language: eng
Format: epub
Published: 2020-02-08T16:00:00+00:00
Chapter 12 Scanning with NMAP
You can see the webpage below for nmap, which you can find at nmap.org and you can see that you can download the nmap tool for free right from here.
If you look at the website, it says that ânmap is a free and open source utility for network discovery and security auditing.â
Basically it's a scanning tool. Specifically you can use it as a port scanner to see on your servers what ports are opened to assure that you don't have unnecessary ports opened on servers.
Nmap can do quite a bit more than this, and I do recommend that you take a look at it and play around with it. Once you have downloaded it and it's installed on your computer, it's a very quick process.
Nmap syntax just couldn't be simpler. All you have to type is ânmapâ and the IP address of the server that you want to scan. So for example your server is hosted on an IP Address of 192.168.1.150, and you want to scan it for open ports, all you have to do is type in the command; ânmap 192.168.1.150â and hit enter.
IP Addresses starting with 192.168.x.x are private IP addresses, so that's what they generally look like if you're scanning your own network server on your network.
There are a couple of other options too for nmap for example ânamp âsSâ and ânmap âsTâ.
ânamp âsSâ -> sS stands for SYN Scan, so nmap sends SYN to target, target responds with SYN ACK, then nmap sends RST to target.
ânmap âsTâ -> sT stands for TCP connect Scan, so this is used to complete the 3-way handshake. Basically, nmap sends SYN to target, target responds with SYN ACK, then nmap sends ACK to target.
The most common TCP flags are as follows:
SYN -> Establish the connection.
ACK -> Acknowledging the message.
RST -> Indicates Reset, due to and error.
FIN -> Tears down the connection.
You can just run nmap from the command prompt. You can either enter in the website or you can enter in the IP address. Either way, nmap is going to work.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7808)
Grails in Action by Glen Smith Peter Ledbrook(7719)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6816)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6815)
Running Windows Containers on AWS by Marcio Morales(6332)
Kotlin in Action by Dmitry Jemerov(5089)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(5055)
Combating Crime on the Dark Web by Nearchos Nearchou(4630)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(4585)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4437)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(4319)
The Age of Surveillance Capitalism by Shoshana Zuboff(3978)
Python for Security and Networking - Third Edition by José Manuel Ortega(3881)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3539)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3528)
Learn Wireshark by Lisa Bock(3501)
Mastering Python for Networking and Security by José Manuel Ortega(3376)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3355)
Blockchain Basics by Daniel Drescher(3322)
